From: Maximiliano Sandoval R Date: Tue, 28 Jun 2022 16:48:38 +0000 (+0200) Subject: Force quark creation for templates X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~81^2^2~101^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=dfe94602401d2aa568c61dfeb86efb4aa685d22f;p=gtk4.git Force quark creation for templates --- diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c index c2afb64579..d02ad44d73 100644 --- a/gtk/gtkbuilderparser.c +++ b/gtk/gtkbuilderparser.c @@ -1495,7 +1495,7 @@ parse_signal (ParserData *data, return; } - if (!g_signal_parse_name (name, object_info->type, &id, &detail, FALSE)) + if (!g_signal_parse_name (name, object_info->type, &id, &detail, TRUE)) { g_set_error (error, GTK_BUILDER_ERROR,